-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust: Improve models for environment sources, iterators #18621
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
DCA LGTM. Not very eventful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! The changes in rust/ql/test/utils-tests/modelgenerator/summaries.rs
are already on main
. Not sure if that's a problem when merging.
Yeah I noticed we both fixed that. The merge button is green so it should be fine. |
Following on from #18605 , this pull request contains another upgrade to the sources (addition of container
.Element
content) and adds models ofIterator::nth
andIterator::collect
so that we reach more sinks in the tests.